home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / screenblanker / rndblank / rndblank.doc next >
Text File  |  1995-03-09  |  2KB  |  50 lines

  1.                       RNDBLank.rexx by Fergus Duniho
  2.  
  3.         DISCLAIMER
  4.  
  5.         You use this script entirely at your own risk.  I am not
  6. responsible for anything that happens from running this script.
  7.  
  8.         LEGAL
  9.  
  10.         RNDBlank.rexx is public domain.  It's too short and simple to
  11. bother copyrighting.
  12.  
  13.         INTRODUCTION
  14.  
  15.         RNDBlank.rexx randomly selects a screen blanker from a drawer of
  16. screen blankers and runs it as though it were started from the workbench.
  17. It will actually run any sort of program, not just screen blankers.  But I
  18. wrote it with screen blankers in mind.  I have been using a program called
  19. BlankIt for this same purpose.  But BlankIt relies on WBStart-Handler,
  20. which doesn't work well with GarshneBlanker.  This script does the same
  21. thing as BlankIt, but it uses WBRun, which relies on parm.library, and
  22. which has no problems with GarshneBlanker.
  23.  
  24.         USAGE
  25.  
  26.         rx RNDBlank <pattern>
  27.  
  28.         The pattern will normally be a directory.  I use "Work:Blankers/".
  29. Be sure to put a "/" at the end of a directory name.  A pattern such as
  30. "Work:Blankers/B" will select from the blankers beginning with "B".  A
  31. pattern such as "Work:Blankers/*" would select from everything, including
  32. .info files.  So don't use a pattern such as this.  This is because
  33. RNDBlank.rexx appends "~(.info)" to the end of the pattern.
  34.  
  35.         RNDBlank.rexx uses ARP pattern matching.  I think this is the same
  36. as AmigaDOS pattern matching, except that "*" means the same as "#?".
  37.  
  38.         REQUIREMENTS
  39.  
  40.         WBRun, parm.library, and RexxARPLib.library.  These are all
  41. available on the Aminet.
  42.  
  43.         ABOUT THE AUTHOR
  44.  
  45.         If you like RNDBlank.rexx, or even if you don't, try out XES and
  46. the DDLI.  XES is a bunch of ARexx scripts and other stuff for making XDME
  47. one of the most powerful text editors available.  The DDLI is a personality
  48. indicator.  Both are available on the Aminet.
  49.  
  50.